<% // override generated ui-bar-theme %>

Confirm Appointment

<% if (clinic.secondaryStopCode === VIDEO_STOP_CODE) { %>

You are scheduling a Video Appointment for:

<%- selectedDateTime %> <%- timeZoneAbbreviation %>
Type of Care: <%- typeOfCareName %>

<% if (notificationEmail !== "") { %>

Your video appointment link will be sent to:
<%- notificationEmail %>

<% } %>

For a Video Appointment, please remember:

<% } else { %>

You are scheduling an In-Person Appointment for:

<%- selectedDateTime %> <%- timeZoneAbbreviation %>
Type of Care: <%- typeOfCareName %>
<%- facility.name %>
<%- clinic.clinicName %>
<%- clinic.clinicFriendlyLocationName %>

<% } %>